*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:'Exo 2',sans-serif;color:#F0F0F0;background-color:#101010;background-image:repeating-linear-gradient(45deg,#1a1a1a,#1a1a1a 2px,#101010 2px,#101010 20px);overflow:hidden}body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center;position:relative}header{position:absolute;top:1.5rem;left:1.5rem}header img{width:auto;height:40px;max-width:150px}main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:700px}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;max-width:600px;opacity:.9}.cta{padding:.5rem 2rem;color:#FFF;font-weight:700;font-size:1.125rem;border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;background-color:transparent;border:2px solid #FFF;text-decoration:none;display:inline-block;cursor:pointer}.cta:focus,.cta:hover{transform:scale(1.05);border-color:#00E676;box-shadow:0 20px 25px -5px rgba(0,230,118,.25),0 10px 10px -5px rgba(0,230,118,.2);outline:0}#cookie-banner{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%) translateY(200%);background-color:#1a1a1a;border:1px solid #333;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:1rem;font-size:.9rem;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .5s ease;max-width:calc(100% - 2rem);width:auto}#cookie-banner.show{transform:translateX(-50%) translateY(0)}#cookie-banner p{font-size:.9rem;opacity:.8;line-height:1.4;max-width:none;text-align:left}#cookie-accept{padding:.5rem 1rem;color:#101010;background-color:#00E676;border:none;border-radius:9999px;font-weight:700;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}#cookie-accept:hover{background-color:#FFF}@media(max-width:600px){header{top:1rem;left:1rem}header img{height:30px}#cookie-banner{flex-direction:column;align-items:stretch;text-align:center;gap:.75rem;bottom:.5rem;left:.5rem;right:.5rem;transform:translateY(200%);width:auto;max-width:none}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{text-align:center}}